Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NStringMap<T> Class
Properties Methods


In This Topic
    NStringMap<T> Class Members
    In This Topic

    The following tables list the members exposed by NStringMap<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether this string map is case sensitive or not. The case sensitivity of the string map is determined by the parameter passed to its constructor.  
    Public PropertyGets the number of key-value pairs in the map.  
    Public PropertyIndexed accessor.  
    Public PropertyGets a view of the keys contained in the map.  
    Public PropertyGets a view of the values contained in the map.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists.  
    Public MethodRemoves all entries from the map.  
    Public MethodOverloaded. Checks whether the map contains a key equal to the given string.  
    Public MethodCopies all items of the map to the specified array, starting from the specified array index.  
    Public MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
    Public MethodGets the subset of all key-value pairs in this map whose key macthes the given search string and match mode.  
    Public MethodGets the subset of all key-value pairs in this map whose key starts with the given prefix.  
    Public MethodGets a key-value pair iterator.  
    Public MethodGets the subset of all key-value pairs in this map whose key is found to be similar to the given string using the specified string similarity context.  
    Public MethodOverloaded. Removes the given key-value pair from the map.  
    Public MethodSets the value corresponding to the given key. If key-value association already exists, the value is replaced.  
    Public MethodConverts this set to an array.  
    Public MethodTries to get the value for the specified key.  
    Public MethodPerforms a wildcard search on the items in this map and returns the subset of all key-value pairs whose key matches the specified search string. The following wildcard characters can be used:

    * - matches zero or more characters

    ? - matches exactly one character

     
    Top
    See Also